home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / refman / refman.upl < prev   
Text File  |  1995-03-09  |  3KB  |  101 lines

  1. This is a preliminary release of REFMAN.CLS for
  2. LaTeX2e. [1994/06/01]
  3.  
  4. Version 1.9 e
  5.  
  6. It is based on the Classes.dtx (1.2s) and the Refman.sty version 1.1.
  7.  
  8. This new class is a class by it's own and no style-option.
  9. I've made this change to support some things which would have
  10. been difficult with a style-option.
  11.  
  12. The new class consitst of
  13. refart.cls    an article-like style (former refman-s)
  14. refrep.cls    a report-like style (former refman)
  15.  
  16. The size-depending files
  17. ref10.clo
  18. ref11.clo
  19. ref12.clo
  20. are no longer needed because size{10|11|12} will be used now.
  21.  
  22. There is only little difference between refart and refrep:
  23.  
  24. Refrep supports chapters, has a titlepage by default and uses
  25. chaptermark and sectionmark in footings and headings.
  26. Refrep supports \pageperchapter
  27.  
  28. Refart supports an optional titlepage and uses sectionmark
  29. and subsectionmark in footings and headings.
  30.  
  31. Changes:
  32. ========
  33.  
  34. Both classes support different papersizes in the same way as the
  35. original LaTeX2e-classes, including the landscape option.
  36. There is a new option to produce a square-layout.
  37.  
  38. The pagelayout is not 100% compatible to refman.sty due to the
  39. multiple-papersize-support.
  40. The running head and foot is not compatible to refman.sty.
  41.  
  42. I've changed the footnote-layout since a not indended footnote-
  43. layout fits better to a not indended textlayout.
  44.  
  45. I've tried to support an index-environment. This is not tested
  46. (It is now and it works!)
  47. and may change in the final release. The current version supports
  48. twocolumn-layout in the index.
  49.  
  50. The maketitle-command sets title *and* autor *and* date. If you
  51. don't want the date use \date{} before calling \maketitle.
  52.  
  53. I've followed the example of Markus Kohm and renamed the classes
  54. to refart.cls and refrep.cls. Thus it is easier to remember what is
  55. what and it can't be confused with refman.sty
  56.  
  57. Obsolete commands:
  58. ==================
  59.  
  60. The command setleftmarginwidth is no longer supported. There is no
  61. use setting the leftmargin to a fixed value if you don't know
  62. the fullwidth. (See Future commands)
  63.  
  64. The makeauthor is no longer supported, this is done by maketitle.
  65.  
  66. New commands (not in refman.sty v. 1.1)
  67. ====================================
  68. There are some commands I consider usefull in a reference
  69. manual style:
  70.  
  71. /pagebychapter
  72.  This will give you new pagenumbers each chapter,
  73. looking like 1-1, 1-2, 1-3, 2-1 ...
  74. Prefacepages will be numberer 1,2,3 since 0-1 is not desireable.
  75. (I can't make this a package because I have to change the chapter command)
  76.  
  77. \settextfraction{fraction}
  78. This will reset the horizontal layout, giving you a textwidth
  79. of fraction*fullwidth. The restriction to lines with 60-70 chars has
  80. been removed.
  81.  
  82. Both commands should only be used in the preamble.
  83.  
  84. 1.9 a Included redefinition of pagestyle{plain} for twoside printing
  85. 1.9 b Refman now works with LaTeX2e [1994/06/01] and is in sync
  86.       with classes 1.2 s
  87. 1.9 c Fixed refman: There should be an opening { in markright
  88.       (every pagestyle, except for plain and empty)
  89.       Moved changing of topmargin inside ps definition
  90. 1.9 d Fixed the pagestyles for oneside printing
  91.       Changed chapter layout (uses fullwidth now)
  92.       Changed typeout to ClassError where needed
  93. 1.9 e Renamed refman to refrep and refman-s to refart.
  94.        Cleaned up fullwidth-environment, now it works on
  95.        even-sides too:-)
  96.        Added \pageperchapter to refrep.cls
  97.        Added \settextfraction
  98.        Removed ref{10|11|12}.clo. Refman is now using the
  99.        size{10|11|12}.clo files.
  100.  
  101.